DataSource for Entity Framework in WPF
C1.LiveLinq.Collections Namespace / IndexedCollection<T> Class / IndexedCollection<T> Constructor / IndexedCollection<T> Constructor()

In This Topic
    IndexedCollection<T> Constructor()
    In This Topic
    Initializes a new instance of the IndexedCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New()
    public IndexedCollection<T>()
    See Also